Add additional patches for XFAILing tests
authorStuart Prescott <stuart@debian.org>
Mon, 14 Oct 2024 01:46:18 +0000 (12:46 +1100)
committerStuart Prescott <stuart@debian.org>
Mon, 14 Oct 2024 01:46:18 +0000 (12:46 +1100)
debian/patches/0008-XFAIL-smart-smart_pointer.patch [new file with mode: 0644]
debian/patches/0009-XFAIL-QtQml-qquickitem_grabToImage.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/0008-XFAIL-smart-smart_pointer.patch b/debian/patches/0008-XFAIL-smart-smart_pointer.patch
new file mode 100644 (file)
index 0000000..0d26217
--- /dev/null
@@ -0,0 +1,20 @@
+From: Stuart Prescott <stuart@debian.org>
+Date: Mon, 14 Oct 2024 12:39:53 +1100
+Subject: XFAIL smart::smart_pointer
+
+Failure seen on armel
+---
+ build_history/blacklist.txt | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
+index 43fa65e..9219f1c 100644
+--- a/build_history/blacklist.txt
++++ b/build_history/blacklist.txt
+@@ -1,5 +1,6 @@
+ [smart::smart_pointer]
+     darwin ci
++    py3
+ [testmodifydocumentation]
+     darwin arm
+ [signals::signal_signature_test]
diff --git a/debian/patches/0009-XFAIL-QtQml-qquickitem_grabToImage.patch b/debian/patches/0009-XFAIL-QtQml-qquickitem_grabToImage.patch
new file mode 100644 (file)
index 0000000..6836e6c
--- /dev/null
@@ -0,0 +1,21 @@
+From: Stuart Prescott <stuart@debian.org>
+Date: Mon, 14 Oct 2024 12:45:22 +1100
+Subject: XFAIL QtQml::qquickitem_grabToImage
+
+Failure seen on mips64el
+---
+ build_history/blacklist.txt | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/build_history/blacklist.txt b/build_history/blacklist.txt
+index 9219f1c..b7238fb 100644
+--- a/build_history/blacklist.txt
++++ b/build_history/blacklist.txt
+@@ -118,3 +118,7 @@
+     py3
+ [pysidetest::new_inherited_functions_test]
+     py3
++
++# Debian  mips64el-specific failures - temporarily xfail them
++[QtQml::qquickitem_grabToImage]
++    py3
index 7170f1f23f957a1f0f1575db4b3412ba512b26ed..4bc22403bee302e6f9ecbe1efdca8d6ca8b35a17 100644 (file)
@@ -5,3 +5,5 @@
 0005-Fix-numpy-header-detection.patch
 0006-Mark-arm64-test-failures-as-xfail-temporarily.patch
 0007-XFAIL-a-new-test-failure-with-6.7.2.patch
+0008-XFAIL-smart-smart_pointer.patch
+0009-XFAIL-QtQml-qquickitem_grabToImage.patch